func github.com/jackc/pgx/v5.rewriteQuery

3 uses

	github.com/jackc/pgx/v5 (current package)
		named_args.go#L25: 	return rewriteQuery(na, sql, false)
		named_args.go#L34: 	return rewriteQuery(sna, sql, true)
		named_args.go#L52: func rewriteQuery(na map[string]any, sql string, isStrict bool) (newSQL string, newArgs []any, err error) {